home *** CD-ROM | disk | FTP | other *** search
/ PC Gamer (Italian) 24 / PC Gamer IT CD 24 2-2.iso / VARIE / smartadd / INSTALL.EXE / SMARTADR.EXE / 0 / RCDATA / TSIZEOBJDLG / TSIZEOBJDLG.txt
Encoding:
Text File  |  1997-04-15  |  7.0 KB  |  244 lines

  1. object SizeObjDlg: TSizeObjDlg
  2.   Left = 17
  3.   Top = 122
  4.   BorderStyle = bsDialog
  5.   Caption = 'Size Objects'
  6.   ClientHeight = 186
  7.   ClientWidth = 387
  8.   Font.Color = clBlack
  9.   Font.Height = -13
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   PixelsPerInch = 120
  13.   Scaled = False
  14.   TextHeight = 16
  15.   object SpeedButton1: TSpeedButton
  16.     Left = 289
  17.     Top = 153
  18.     Width = 89
  19.     Height = 30
  20.     Caption = 'Help'
  21.     Glyph.Data = {
  22.       06020000424D0602000000000000760000002800000028000000140000000100
  23.       0400000000009001000000000000000000000000000010000000000000000000
  24.       80000080000000808000800000008000800080800000C0C0C000808080000000
  25.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00777777777777
  26.       7777777777777777777777777777777777777777777777777777777777777777
  27.       777777777778887777777777777777777777777777777777778AA87777777777
  28.       777777788777777777777777778AA87777777777777777788777777777777777
  29.       78AA87774447777777777788777788877777778878AA87774447777777877788
  30.       777788877777778A8AA877777777777777887887777777777777778AAAA87777
  31.       4487777777888887777788777777778AAAAAA877448777777788888888778877
  32.       7777778AAAAA87777447777777888888877778877777778AAAA8777777448777
  33.       77888888777777887777778AAA8778447784487777888887778877788777778A
  34.       A87774487774447777888877788777788877778A877774487774447777888777
  35.       7887777888777788777777447784487777887777778877788777778777777774
  36.       4444877777877777777888887777777777777777777777777777777777777777
  37.       7777777777777777777777777777777777777777777777777777777777777777
  38.       77777777777777777777}
  39.     NumGlyphs = 2
  40.     OnClick = SpeedButton1Click
  41.   end
  42.   object GroupBox1: TGroupBox
  43.     Left = 4
  44.     Top = 4
  45.     Width = 185
  46.     Height = 145
  47.     Caption = 'Width'
  48.     TabOrder = 0
  49.     object W1: TRadioButton
  50.       Left = 16
  51.       Top = 25
  52.       Width = 113
  53.       Height = 17
  54.       Caption = '&No Change'
  55.       Checked = True
  56.       TabOrder = 0
  57.       TabStop = True
  58.     end
  59.     object W2: TRadioButton
  60.       Left = 16
  61.       Top = 53
  62.       Width = 161
  63.       Height = 17
  64.       Caption = '&Shrink to Smallest'
  65.       TabOrder = 1
  66.     end
  67.     object W3: TRadioButton
  68.       Left = 16
  69.       Top = 82
  70.       Width = 113
  71.       Height = 17
  72.       Caption = '&Grow to Largest'
  73.       TabOrder = 2
  74.     end
  75.     object W4: TRadioButton
  76.       Left = 16
  77.       Top = 110
  78.       Width = 81
  79.       Height = 17
  80.       Caption = '&Width:'
  81.       TabOrder = 3
  82.     end
  83.     object WidthValue: TSpinEdit
  84.       Left = 128
  85.       Top = 105
  86.       Width = 49
  87.       Height = 26
  88.       Font.Color = clWindowText
  89.       Font.Height = -13
  90.       Font.Name = 'MS Sans Serif'
  91.       Font.Style = []
  92.       MaxLength = 4
  93.       MaxValue = 9999
  94.       MinValue = 3
  95.       ParentFont = False
  96.       TabOrder = 4
  97.       Value = 3
  98.       OnChange = WidthValueChange
  99.     end
  100.   end
  101.   object GroupBox2: TGroupBox
  102.     Left = 194
  103.     Top = 4
  104.     Width = 185
  105.     Height = 145
  106.     Caption = 'Height'
  107.     TabOrder = 1
  108.     object H1: TRadioButton
  109.       Left = 16
  110.       Top = 25
  111.       Width = 113
  112.       Height = 17
  113.       Caption = 'No &Change'
  114.       Checked = True
  115.       TabOrder = 0
  116.       TabStop = True
  117.     end
  118.     object H2: TRadioButton
  119.       Left = 16
  120.       Top = 53
  121.       Width = 161
  122.       Height = 17
  123.       Caption = 'Shrin&k to Smallest'
  124.       TabOrder = 1
  125.     end
  126.     object H3: TRadioButton
  127.       Left = 16
  128.       Top = 82
  129.       Width = 113
  130.       Height = 17
  131.       Caption = 'Grow to &Largest'
  132.       TabOrder = 2
  133.     end
  134.     object H4: TRadioButton
  135.       Left = 16
  136.       Top = 110
  137.       Width = 81
  138.       Height = 17
  139.       Caption = '&Height:'
  140.       TabOrder = 3
  141.     end
  142.     object HeightValue: TSpinEdit
  143.       Left = 128
  144.       Top = 105
  145.       Width = 49
  146.       Height = 26
  147.       Font.Color = clWindowText
  148.       Font.Height = -13
  149.       Font.Name = 'MS Sans Serif'
  150.       Font.Style = []
  151.       MaxLength = 4
  152.       MaxValue = 9999
  153.       MinValue = 3
  154.       ParentFont = False
  155.       TabOrder = 4
  156.       Value = 3
  157.       OnChange = HeightValueChange
  158.     end
  159.   end
  160.   object Button1: TButton
  161.     Left = 102
  162.     Top = 153
  163.     Width = 89
  164.     Height = 30
  165.     Caption = 'OK'
  166.     Default = True
  167.     ModalResult = 1
  168.     TabOrder = 2
  169.   end
  170.   object Button2: TButton
  171.     Left = 196
  172.     Top = 153
  173.     Width = 89
  174.     Height = 30
  175.     Cancel = True
  176.     Caption = 'Cancel'
  177.     ModalResult = 2
  178.     TabOrder = 3
  179.   end
  180.   object ODSHelp1: TODSHelp
  181.     HelpText.Strings = (
  182.       'Button1'
  183.       'Button2'
  184.       'GroupBox1'
  185.       'GroupBox2'
  186.       'H1'
  187.       'H2'
  188.       'H3'
  189.       'H4'
  190.       'HeightValue'
  191.       'ODSHelp1'
  192.       'SpeedButton1'
  193.       'W1'
  194.       'W2'
  195.       'W3'
  196.       'W4'
  197.       'WidthValue')
  198.     HelpText.HelpData = {
  199.       10000100004C005468697320627574746F6E2077696C6C206170706C7920616E
  200.       792073697A65206368616E6765732073706563696669656420666F7220746865
  201.       2073656C6563746564206F626A656374732E0001010000000100002D00546869
  202.       7320627574746F6E2077696C6C2063616E63656C207468652072652D73697A65
  203.       20726571756573742E00010100000001000075015468657365206669656C6473
  204.       207370656369667920686F7720746865207769647468206F6620746865207365
  205.       6C6563746564206F626A656374732061726520746F2062652073697A65642E20
  206.       0D0A0D0A4E6F204368616E67653A0D0A446F6573206E6F74206368616E676520
  207.       746865207769647468206F6620616E792073656C6563746564206F626A656374
  208.       0D0A0D0A536872696E6B20546F20536D616C6C6573743A0D0A52652D73697A65
  209.       73207468652073656C6563746564206F626A6563747320746F20746865207769
  210.       647468206F662074686520736D616C6C657374206F626A6563740D0A0D0A4772
  211.       6F7720546F204C6172676573743A0D0A52652D73697A6573207468652073656C
  212.       6563746564206F626A6563747320746F20746865207769647468206F66207468
  213.       65206C617267657374206F626A6563740D0A0D0A57696474683A0D0A53657473
  214.       206120637573746F6D20776964746820666F7220616C6C2073656C6563746564
  215.       206F626A656374730001010000000100007B015468657365206669656C647320
  216.       7370656369667920686F772074686520686569676874206F6620746865207365
  217.       6C6563746564206F626A656374732061726520746F2062652073697A65642E20
  218.       0D0A0D0A4E6F204368616E67653A0D0A446F6573206E6F74206368616E676520
  219.       74686520686569676874206F6620616E792073656C6563746564206F626A6563
  220.       740D0A0D0A536872696E6B20546F20536D616C6C6573743A0D0A52652D73697A
  221.       6573207468652073656C6563746564206F626A6563747320746F207468652068
  222.       6569676874206F662074686520736D616C6C657374206F626A6563740D0A0D0A
  223.       47726F7720546F204C6172676573743A0D0A52652D73697A6573207468652073
  224.       656C6563746564206F626A6563747320746F2074686520686569676874206F66
  225.       20746865206C617267657374206F626A6563740D0A0D0A4865696768743A0D0A
  226.       53657473206120637573746F6D2068656967687420666F7220616C6C2073656C
  227.       6563746564206F626A6563747300010100000001000000000100000000010000
  228.       0000010000000001000000000100000000010000000001000000000100000000
  229.       0100000000010000000001000000000100000000010000000001000000000100
  230.       0000000100000000010000000001000000000100000000010000000001000000
  231.       0001000000000100000000}
  232.     Color = 15269887
  233.     Font.Color = clWindowText
  234.     Font.Height = -11
  235.     Font.Name = 'MS Sans Serif'
  236.     Font.Style = []
  237.     ParentFont = True
  238.     MaxWidth = 300
  239.     MoreText = 'More Information...'
  240.     Left = 8
  241.     Top = 152
  242.   end
  243. end
  244.